Save As Pdf Callback
This callback is invoked when the browser requests to display a file chooser dialog to save content as PDF. You can use this callback to show the save dialog, or provide the full file path without displaying any dialogs.
Use the save method to provide the selected file to the engine.
Use the cancel method to cancel the dialog.
If the callback throws an exception, the cancel method will be invoked.
Inheritors
Types
Link copied to clipboard
An action providing a response to the SaveAsPdfCallback.
Link copied to clipboard
interface Params
The parameters of the SaveAsPdfCallback.